home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / WISDOM / README.TXT next >
Text File  |  1992-12-06  |  7KB  |  164 lines

  1.  
  2. =================================================================
  3. WinWisdom v3.0 - Copyright (c) 1992 by Richard Pitts.
  4.              All rights reserved.
  5. =================================================================
  6.  
  7. General
  8. =======
  9.     WinWisdom is designed to be a Quote-Of-The-Day program for
  10. Microsoft Windows 3.0 and higher.  It will display a quote
  11. every time you start Windows.  You can even print it.  It 
  12. allows you to store and lookup quotes by author or subject.
  13. You can build quote files for your own favorite quotes or use
  14. the starter file that comes in this distribution package.
  15.  
  16.     Once installed, WinWisdom will display quote from the quote
  17. file every time Windows is started.  If desired, additional
  18. quotes can be displayed by pressing the MORE button.
  19. WinWisdom can also be minimized to an icon and remain on your
  20. desktop throughout your session; this allows you to get
  21. additional quotes whenever you want by just double clicking
  22. on the icon.  You may also customize the colors and fonts used
  23. to display the quote.  It even comes with quote file maintenance
  24. functions so you can build quote files of your own favorites.
  25.  
  26. Registration
  27. ============
  28.     WinWisdom is shareware, it is NOT public domain.  The
  29. registration fee is $10 (US) with a free 15-day trial period.
  30. If you intend to use WinWisdom beyond the trial period, you may
  31. register by filling out the form in file REGISTER.TXT or providing
  32. the same information written on a sheet of paper and sending it
  33. along with your registration fee to:
  34.     
  35.     Richard Pitts
  36.     P.O. Box 963
  37.     Alpharetta, GA 30239
  38.  
  39. Remember to specify your disk size.
  40.  
  41. With your registration, you will receive the most current version
  42. of the program and additional quote files with many more quotes.
  43. Your registration supports shareware development.  The ability
  44. to provide future releases depends on your support.
  45.  
  46. Installation
  47. ============
  48. Because this program is written using Visual Basic v1.0, it
  49. requires the file VBRUN100.DLL.  It is required to run all
  50. Visual Basic v1.0 applications.  If you do not already have a
  51. copy of this file, you may obtain it from Microsoft, Compuserve
  52. or other on-line service, local BBS's, or shareware distributors.
  53. In some cases, it may also be provided with the WinWisdom
  54. distribution package.  Make sure that this file is in either the
  55. c:\windows or c:\windows\system directory. 
  56.  
  57. WinWisdom v3.0 makes use of VB/ISAM.  VB/ISAM requires the file
  58. VBISAMMX.DLL and it is distributed with WinWisdom.  While you may
  59. copy this file into any directory in your DOS path or keep it in
  60. the same directory containing the WinWisdom executable file, it
  61. is best to place this file in either the c:\windows or
  62. c:\windows\system directory. 
  63.  
  64. The following other files are part of the WinWisdom distribution
  65. package: 
  66.     WINWIS.EXE        - Program executable 
  67.     WINWIS.HLP        - WinWisdom Help file 
  68.     WINWIS30.ISM        - Starter quote file map component 
  69.     WINWIS30.ISF        - Starter quote file finder component 
  70.     WINWIS30.ISD        - Starter quote file data component 
  71.     README.TXT        - WinWisdom information and instructions 
  72.     REGISTER.TXT        - WinWisdom registration form
  73.  
  74. The easiest thing to do is to copy all of these files into the
  75. c:\windows directory.  Doing this insures that everything is
  76. available to Windows.  If you want to keep WinWisdom in a
  77. separate directory, set one up and copy the above files into it.
  78.  
  79. In order to use the WinWisdom pop-up quote-of-the-day feature,
  80. you will need to do one of the following depending on whether
  81. you are running Windows 3.0 or 3.1. 
  82.  
  83. If you have Windows 3.0, do the following: 
  84. 1.  Using any text editor (Notepad is good for this, SysEdit is
  85.     better), open the WIN.INI file in your Windows directory. 
  86. 2. Several lines down from the top of the file, you will find
  87.    a line which begins with 'RUN='.  This line tells Windows 
  88.    what programs to run after it boots.  Change this line to 
  89.    read:  RUN=WINWIS.EXE [plus any other startup programs]. 
  90. 3. Save the WIN.INI file.  The next time you start Windows,
  91.    WinWisdom will pop-up displaying your quote-of-the-day. 
  92.  
  93. If you have Windows 3.1 you can do the above, or the following: 
  94. 1. Open the group that you have designated as your start-up group
  95.    (by default, the group is 'StartUp'). 
  96. 2. From the File menu, select 'New', then select 'Program Item'. 
  97. 3. Type WinWisdom as the description (or any thing else you want
  98.    to call it) and type WINWIS.EXE as the command line. 
  99. 4. If you put WinWisdom in a directory other than the Windows
  100.    directory, you will need to type the directory in the working
  101.    directory field, and add the directory to the command line
  102.    field. 
  103.  
  104. Due to the use of VB/ISAM, this version of WinWisdom requires a
  105. change to your CONFIG.SYS file. 
  106.  
  107. Make a backup of this file in case anything goes wrong.  Using
  108. any text editor (Notepad is good for this, SysEdit is better),
  109. insert the following line into your CONFIG.SYS file:
  110.  
  111.     install=c:\dos\share.exe 
  112.  
  113. This assumes that the SHARE.EXE file resides in the DOS
  114. directory of your C: drive.  If not, use whatever is appropriate
  115. for your system.  Save the file.   
  116.  
  117. Note: In order for this change to take effect, your computer 
  118. must be rebooted.  To do that, exit Windows.  At the DOS prompt,
  119. press CTRL+ALT+DEL. 
  120.  
  121.  
  122. Distribution
  123. ============
  124.     I retain the copyright on all versions.  You may distribute
  125. any version as long as you include this document with all
  126. of the original files and distribute the software unmodified, 
  127. free of charge, and without additional restrictions.
  128.  
  129.  
  130. Packing List
  131. ============
  132.     The complete WinWisdom v3.0 package should contain the
  133. following files:
  134.  
  135.         File Name      Description
  136.         WINWIS.EXE     Program Executable
  137.     WINWIS.HLP     On-line help file
  138.         WINWIS30.ISD   Starter Quote file - data
  139.     WINWIS30.ISF   Starter Quote file - finder
  140.     WINWIS30.ISM   Starter Quote file - map
  141.     README.TXT     This file
  142.     REGISTER.TXT   Registration Form   
  143.     VBISAMMX.DLL   VB/ISAM DLL required at run time
  144.  
  145.  
  146. VB/ISAM MX
  147. ==========
  148. The database structure used by WinWisdom is managed through
  149. VB/ISAM MX - Visual Basic Indexed-Sequential Access Method,
  150. Multiple indeX version.  Their required legalese follows. 
  151.  
  152. This software was created using VB/ISAM, Copyright Software
  153. Source 1991, 1992; all rights reserved.  VB/ISAM software may
  154. not be used, copied, modified, transferred, or distributed
  155. except as expressly provided in its software license.  Only
  156. licensees of VB/ISAM may create software that uses any part
  157. of VB/ISAM.  Software Source, Fremont, California, USA;
  158. telephone (510)623-7854.
  159.  
  160. Disclaimer
  161. ==========
  162. This software is provided 'as is' without warranty of any kind, either
  163. express or implied.
  164.